home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 32
/
Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso
/
Aminet
/
comm
/
ums
/
UMS11_9_beta.lha
/
UMS
/
Doc
/
English
/
ums.config.sample
< prev
next >
Wrap
Text File
|
1995-06-10
|
3KB
|
125 lines
# You MUST change to following line to match your fully
# qualified host name. (No "@" anymore!)
( Sysname "site.do.main" )
# Same for UUCP, SMTP, NNTP ...
( rfc.domainname $sysname )
( rfc.pathname $sysname )
# ... and for EXPORT.
( export.nodename $sysname )
# Any number of AKAs for your host's name.
# One PATTERN each line, separated by a linefeed "\n".
( Aka
"*@site.do.main\n"
"site\n"
$sysname
)
# Where the logfile goes.
# I prefer a residentable ram-disk. In case of unexpected system
# crashes it cannot corrupt the hd, but is still readable after a
# reboot.
( Logfile "sd0:ums.log" )
# Loglevel must be between 1 and 9. 8 is recommended for the start.
( Loglevel 8 )
# Change this is you're runing a full-node.
# Must be a pattern that matches all groups to be routed.
( NodeMode % )
# Change this as you like.
( HardFlush 300 )
( SoftFlush 5 )
( AutoFree 60 )
( AutoQuit 0 )
( Maxmsgsize 500000 )
( Options "SaveComments,ChainQuick" )
# Doesn't usually have to be changed.
( MsgId $serial "@" $sysname )
( Errorfile "con://640/100/UMS-%s-Error/AUTO/CLOSE/WAIT" )
( Headerfields "1,2,3,4,5,6,7,8,9,10,11,13,14,15,16,17" )
( Indexfields "1,3,5,8,9,10,15,16,17" )
( Hdrfill 80 )
( Txtfill 80 )
( Access "*" )
( FullAccess "()" )
# Configure to your needs.
( expire.grouplist
"#?, 14\n"
)
( expire.mail 14 )
( expire.private 60 )
# At least one 'sysop' is needed. Exactly one alias 'sysop' is required.
# On single-user sites you might want to use the same user for system
# administration (-> 'sysop') and newsreading.
# (Bigger sites should use a dedicated 'sysop' account.)
( Sysop
( Alias
sysop
root
postmaster
john
jd
"Dr. John Doe"
)
( READACCESS "*" )
( WRITEACCESS "*" )
( NETACCESS "*" )
( IMPORT % )
( Name "John Doe" )
( Password "" )
( rfc.username john )
)
# And at least one Exporter is needed to connect you with the rest of
# the world.
( Exporter
( Alias
uucp.uunet
uucp.default
NNTPD
)
( READACCESS "*" )
( WRITEACCESS "*" )
( NETACCESS "*" )
( IMPORT "*" )
( EXPORT "*" )
( DISTRIBUTION "(%|#?,)(uucp|uunet|net|world)(,#?|%)" )
( Name "UUCP host" )
( Password )
( nntpd.access
"localhost nntpd,Y,N\n"
"* nntpd,N,N\n"
)
)
# This is an example for a simple user with limited access.
( User
( Alias
guest
gast
)
( READACCESS
"amiga.#? \n"
"comp.#?\n"
"de.#?\n"
)
( WRITEACCESS
"amiga.#?\n"
"comp.#?\n"
"de.#?\n"
)
( NETACCESS % )
( IMPORT % )
( Name "Test User" )
( Password "guest" )
( rfc.username guest )
)